﻿2026-08-21T12:53:54.7032002Z ##[group]Run set -euo pipefail
2026-08-21T12:53:54.7032280Z [36;1mset -euo pipefail[0m
2026-08-21T12:53:54.7032479Z [36;1mPIN=0c95435[0m
2026-08-21T12:53:54.7032678Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-21T12:53:54.7032908Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-21T12:53:54.7033223Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-21T12:53:54.7033637Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-21T12:53:54.7034043Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-21T12:53:54.7034517Z [36;1m  rm -rf "$CACHE"[0m
2026-08-21T12:53:54.7034741Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-21T12:53:54.7034998Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-21T12:53:54.7035322Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-21T12:53:54.7035719Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-21T12:53:54.7036133Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-21T12:53:54.7036543Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-21T12:53:54.7036944Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-21T12:53:54.7037352Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-21T12:53:54.7037755Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-21T12:53:54.7038169Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-21T12:53:54.7038514Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-21T12:53:54.7038843Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-21T12:53:54.7039333Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-21T12:53:54.7039653Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-21T12:53:54.7039871Z [36;1mfi[0m
2026-08-21T12:53:54.7040121Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-21T12:53:54.7040460Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-21T12:53:54.7051564Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-21T12:53:54.7051841Z env:
2026-08-21T12:53:54.7052037Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-21T12:53:54.7052385Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32482048369-1-AJdBVr
2026-08-21T12:53:54.7052823Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32482048369-1-AJdBVr
2026-08-21T12:53:54.7053217Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32482048369-1-AJdBVr
2026-08-21T12:53:54.7053614Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32482048369-1-AJdBVr
2026-08-21T12:53:54.7053929Z ##[endgroup]
2026-08-21T12:53:55.0055716Z    Compiling proc-macro2 v1.0.106
2026-08-21T12:53:55.0056136Z    Compiling unicode-ident v1.0.24
2026-08-21T12:53:55.0056426Z    Compiling quote v1.0.45
2026-08-21T12:53:55.0056674Z    Compiling libc v0.2.186
2026-08-21T12:53:55.0056928Z    Compiling serde_core v1.0.228
2026-08-21T12:53:55.0057431Z    Compiling cfg-if v1.0.4
2026-08-21T12:53:55.0095690Z    Compiling serde v1.0.228
2026-08-21T12:53:55.0109357Z    Compiling typenum v1.20.1
2026-08-21T12:53:55.0156736Z    Compiling log v0.4.32
2026-08-21T12:53:55.0177784Z    Compiling pin-project-lite v0.2.17
2026-08-21T12:53:55.0213541Z    Compiling portable-atomic v1.13.1
2026-08-21T12:53:55.0245555Z    Compiling memchr v2.8.1
2026-08-21T12:53:55.0272692Z    Compiling version_check v0.9.5
2026-08-21T12:53:55.0300079Z    Compiling critical-section v1.2.0
2026-08-21T12:53:55.0300695Z    Compiling shlex v2.0.1
2026-08-21T12:53:55.0600013Z    Compiling find-msvc-tools v0.1.9
2026-08-21T12:53:55.0931189Z    Compiling bytes v1.11.1
2026-08-21T12:53:55.1128923Z    Compiling subtle v2.6.1
2026-08-21T12:53:55.1430931Z    Compiling futures-core v0.3.32
2026-08-21T12:53:55.2620676Z    Compiling smallvec v1.15.1
2026-08-21T12:53:55.2790786Z    Compiling equivalent v1.0.2
2026-08-21T12:53:55.2916707Z    Compiling itoa v1.0.18
2026-08-21T12:53:55.2918514Z    Compiling semver v1.0.28
2026-08-21T12:53:55.3132418Z    Compiling stable_deref_trait v1.2.1
2026-08-21T12:53:55.3137811Z    Compiling futures-sink v0.3.32
2026-08-21T12:53:55.3391154Z    Compiling futures-io v0.3.32
2026-08-21T12:53:55.3479862Z    Compiling slab v0.4.12
2026-08-21T12:53:55.3872674Z    Compiling futures-task v0.3.32
2026-08-21T12:53:55.3990775Z    Compiling generic-array v0.14.7
2026-08-21T12:53:55.4260505Z    Compiling futures-channel v0.3.32
2026-08-21T12:53:55.5050681Z    Compiling rand_core v0.10.1
2026-08-21T12:53:55.5091558Z    Compiling bitflags v2.12.1
2026-08-21T12:53:55.5191013Z    Compiling rustversion v1.0.22
2026-08-21T12:53:55.5290670Z    Compiling getrandom v0.4.2
2026-08-21T12:53:55.5690617Z    Compiling hashbrown v0.17.1
2026-08-21T12:53:55.5814133Z    Compiling rustc_version v0.4.1
2026-08-21T12:53:55.6110575Z    Compiling cpufeatures v0.2.17
2026-08-21T12:53:55.6476127Z    Compiling fnv v1.0.7
2026-08-21T12:53:55.6708372Z    Compiling strsim v0.11.1
2026-08-21T12:53:55.7170878Z    Compiling cfg_aliases v0.2.1
2026-08-21T12:53:55.7231769Z    Compiling writeable v0.6.3
2026-08-21T12:53:55.7301019Z    Compiling litemap v0.8.2
2026-08-21T12:53:55.7661043Z    Compiling ident_case v1.0.1
2026-08-21T12:53:55.7960296Z    Compiling icu_properties_data v2.2.0
2026-08-21T12:53:55.8171809Z    Compiling dunce v1.0.5
2026-08-21T12:53:55.8702105Z    Compiling icu_normalizer_data v2.2.0
2026-08-21T12:53:55.8986609Z    Compiling fs_extra v1.3.0
2026-08-21T12:53:55.9452947Z    Compiling utf8_iter v1.0.4
2026-08-21T12:53:55.9544261Z    Compiling autocfg v1.5.1
2026-08-21T12:53:55.9780795Z    Compiling percent-encoding v2.3.2
2026-08-21T12:53:56.1463194Z    Compiling http v1.4.1
2026-08-21T12:53:56.1784440Z    Compiling aws-lc-rs v1.17.0
2026-08-21T12:53:56.1911128Z    Compiling unicode-segmentation v1.13.3
2026-08-21T12:53:56.2059647Z    Compiling thiserror v2.0.18
2026-08-21T12:53:56.2153105Z    Compiling cpufeatures v0.3.0
2026-08-21T12:53:56.2232572Z    Compiling scopeguard v1.2.0
2026-08-21T12:53:56.2357883Z    Compiling form_urlencoded v1.2.2
2026-08-21T12:53:56.2738921Z    Compiling syn v2.0.117
2026-08-21T12:53:56.2986599Z    Compiling lock_api v0.4.14
2026-08-21T12:53:56.3331080Z    Compiling indexmap v2.14.0
2026-08-21T12:53:56.3512684Z    Compiling untrusted v0.9.0
2026-08-21T12:53:56.3740809Z    Compiling heck v0.5.0
2026-08-21T12:53:56.3810772Z    Compiling rustls v0.23.40
2026-08-21T12:53:56.4567339Z    Compiling hybrid-array v0.4.12
2026-08-21T12:53:56.4800917Z    Compiling anyhow v1.0.102
2026-08-21T12:53:56.4965730Z    Compiling const-oid v0.10.2
2026-08-21T12:53:56.5047517Z    Compiling unicode-xid v0.2.6
2026-08-21T12:53:56.5380614Z    Compiling atomic-waker v1.1.2
2026-08-21T12:53:56.5939395Z    Compiling fastrand v2.4.1
2026-08-21T12:53:56.6089356Z    Compiling paste v1.0.15
2026-08-21T12:53:56.6250920Z    Compiling parking_lot_core v0.9.12
2026-08-21T12:53:56.6340977Z    Compiling zerocopy v0.8.50
2026-08-21T12:53:56.6433957Z    Compiling httparse v1.10.1
2026-08-21T12:53:56.7696126Z    Compiling convert_case v0.10.0
2026-08-21T12:53:56.8371173Z    Compiling num-traits v0.2.19
2026-08-21T12:53:56.8692918Z    Compiling curve25519-dalek v4.1.3
2026-08-21T12:53:56.8998685Z    Compiling ahash v0.8.12
2026-08-21T12:53:56.9159842Z    Compiling jobserver v0.1.34
2026-08-21T12:53:56.9943821Z    Compiling powerfmt v0.2.0
2026-08-21T12:53:57.0145151Z    Compiling base64ct v1.8.3
2026-08-21T12:53:57.0731336Z    Compiling either v1.16.0
2026-08-21T12:53:57.1451065Z    Compiling block-buffer v0.12.0
2026-08-21T12:53:57.1550348Z    Compiling crypto-common v0.2.2
2026-08-21T12:53:57.1743024Z    Compiling inout v0.2.2
2026-08-21T12:53:57.2090823Z    Compiling deranged v0.5.8
2026-08-21T12:53:57.2251380Z    Compiling http-body v1.0.1
2026-08-21T12:53:57.2972955Z    Compiling crypto-common v0.1.7
2026-08-21T12:53:57.3064734Z    Compiling block-buffer v0.10.4
2026-08-21T12:53:57.3205958Z    Compiling pem-rfc7468 v1.0.0
2026-08-21T12:53:57.3692389Z    Compiling cc v1.2.63
2026-08-21T12:53:57.4149967Z    Compiling digest v0.10.7
2026-08-21T12:53:57.4633460Z    Compiling try-lock v0.2.5
2026-08-21T12:53:57.5586294Z    Compiling tower-service v0.3.3
2026-08-21T12:53:57.5721057Z    Compiling base64 v0.22.1
2026-08-21T12:53:57.5831324Z    Compiling time-core v0.1.8
2026-08-21T12:53:57.6141332Z    Compiling vcpkg v0.2.15
2026-08-21T12:53:57.6364941Z    Compiling zmij v1.0.21
2026-08-21T12:53:57.6864935Z    Compiling pkg-config v0.3.33
2026-08-21T12:53:57.7982643Z    Compiling tinyvec_macros v0.1.1
2026-08-21T12:53:57.8161003Z    Compiling num-conv v0.2.2
2026-08-21T12:53:57.8361038Z    Compiling data-encoding v2.11.0
2026-08-21T12:53:57.8470727Z    Compiling sha2 v0.10.9
2026-08-21T12:53:57.8603240Z    Compiling tinyvec v1.11.0
2026-08-21T12:53:57.9095893Z    Compiling mio v1.2.1
2026-08-21T12:53:57.9977873Z    Compiling socket2 v0.6.4
2026-08-21T12:53:58.0060950Z    Compiling getrandom v0.2.17
2026-08-21T12:53:58.2100988Z    Compiling rand_core v0.6.4
2026-08-21T12:53:58.3892322Z    Compiling cipher v0.5.2
2026-08-21T12:53:58.4231037Z    Compiling uuid v1.23.2
2026-08-21T12:53:58.4700448Z    Compiling want v0.3.1
2026-08-21T12:53:58.5261166Z    Compiling inout v0.1.4
2026-08-21T12:53:58.5640888Z    Compiling parking_lot v0.12.5
2026-08-21T12:53:58.6386534Z    Compiling spt-procident v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-21T12:53:58.6461419Z    Compiling vergen-lib v9.1.0
2026-08-21T12:53:58.6590906Z    Compiling n0-future v0.3.2
2026-08-21T12:53:58.7166898Z    Compiling cmake v0.1.58
2026-08-21T12:53:58.7582607Z    Compiling chacha20 v0.10.0
2026-08-21T12:53:58.8000559Z    Compiling crossbeam-utils v0.8.21
2026-08-21T12:53:58.8096281Z    Compiling signature v2.2.0
2026-08-21T12:53:58.8310771Z    Compiling diatomic-waker v0.2.3
2026-08-21T12:53:58.8736252Z    Compiling parking v2.2.1
2026-08-21T12:53:58.9299266Z    Compiling cordyceps v0.3.4
2026-08-21T12:53:58.9579992Z    Compiling httpdate v1.0.3
2026-08-21T12:53:58.9847449Z    Compiling serde_json v1.0.150
2026-08-21T12:53:59.0090739Z    Compiling winnow v1.0.3
2026-08-21T12:53:59.0542506Z    Compiling rand v0.10.1
2026-08-21T12:53:59.0630699Z    Compiling spin v0.10.0
2026-08-21T12:53:59.0837169Z    Compiling futures-lite v2.6.1
2026-08-21T12:53:59.1160682Z    Compiling ed25519 v2.2.3
2026-08-21T12:53:59.1618139Z    Compiling spt-poolguard v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-21T12:53:59.1775501Z    Compiling cipher v0.4.4
2026-08-21T12:53:59.1926244Z    Compiling digest v0.11.3
2026-08-21T12:53:59.2051416Z    Compiling netlink-packet-core v0.8.1
2026-08-21T12:53:59.2145359Z    Compiling universal-hash v0.5.1
2026-08-21T12:53:59.2535191Z    Compiling vergen v9.1.0
2026-08-21T12:53:59.3181705Z    Compiling futures-buffered v0.2.13
2026-08-21T12:53:59.3374325Z    Compiling vergen-lib v0.1.6
2026-08-21T12:53:59.3429149Z    Compiling heapless v0.7.17
2026-08-21T12:53:59.3919637Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-21T12:53:59.4491315Z    Compiling aho-corasick v1.1.4
2026-08-21T12:53:59.4885792Z    Compiling noq-udp v0.10.0
2026-08-21T12:53:59.5122607Z    Compiling sync_wrapper v1.0.2
2026-08-21T12:53:59.5336070Z    Compiling opaque-debug v0.3.1
2026-08-21T12:53:59.5891821Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-21T12:53:59.6043042Z    Compiling byteorder v1.5.0
2026-08-21T12:53:59.6045541Z    Compiling allocator-api2 v0.2.21
2026-08-21T12:53:59.6118040Z    Compiling regex-syntax v0.8.10
2026-08-21T12:53:59.7130839Z    Compiling polyval v0.6.2
2026-08-21T12:53:59.7200735Z    Compiling aws-lc-sys v0.41.0
2026-08-21T12:53:59.7201995Z    Compiling ring v0.17.14
2026-08-21T12:53:59.7737324Z    Compiling libsqlite3-sys v0.30.1
2026-08-21T12:53:59.8152427Z    Compiling hash32 v0.2.1
2026-08-21T12:53:59.8885179Z    Compiling spt-store v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-21T12:53:59.9500793Z    Compiling spin v0.9.8
2026-08-21T12:53:59.9910057Z    Compiling vergen-gitcl v1.0.8
2026-08-21T12:54:00.0594482Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-21T12:54:00.1782328Z    Compiling tower-layer v0.3.3
2026-08-21T12:54:00.1859417Z    Compiling ryu v1.0.23
2026-08-21T12:54:00.1989624Z    Compiling fallible-iterator v0.3.0
2026-08-21T12:54:00.2130623Z    Compiling num_threads v0.1.7
2026-08-21T12:54:00.3470975Z    Compiling signature v3.0.0
2026-08-21T12:54:00.3829594Z    Compiling time v0.3.47
2026-08-21T12:54:00.4087018Z    Compiling ghash v0.5.1
2026-08-21T12:54:00.4154026Z    Compiling aes v0.8.4
2026-08-21T12:54:00.4580773Z    Compiling ctr v0.9.2
2026-08-21T12:54:00.5270608Z    Compiling sha2 v0.11.0-rc.5
2026-08-21T12:54:00.6145627Z    Compiling fs2 v0.4.3
2026-08-21T12:54:00.6352136Z    Compiling aead v0.5.2
2026-08-21T12:54:00.7560798Z    Compiling http-body-util v0.1.3
2026-08-21T12:54:00.7689535Z    Compiling utf8parse v0.2.2
2026-08-21T12:54:00.8601058Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-21T12:54:00.9151305Z    Compiling openssl-probe v0.2.1
2026-08-21T12:54:00.9522119Z    Compiling rustix v1.1.4
2026-08-21T12:54:01.0794915Z    Compiling arrayvec v0.7.6
2026-08-21T12:54:01.0889322Z    Compiling aes-gcm v0.10.3
2026-08-21T12:54:01.1452874Z    Compiling crossbeam-epoch v0.9.18
2026-08-21T12:54:01.2520650Z    Compiling crossbeam-channel v0.5.15
2026-08-21T12:54:01.2871655Z    Compiling blake3 v1.8.5
2026-08-21T12:54:01.3202954Z    Compiling netlink-packet-route v0.29.0
2026-08-21T12:54:01.3918347Z    Compiling memoffset v0.6.5
2026-08-21T12:54:01.5274762Z    Compiling synstructure v0.13.2
2026-08-21T12:54:01.5758058Z    Compiling darling_core v0.20.11
2026-08-21T12:54:01.6116032Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-21T12:54:01.7293721Z    Compiling acto v0.8.2
2026-08-21T12:54:01.8450930Z    Compiling noq v0.18.0
2026-08-21T12:54:01.8760737Z    Compiling netwatch v0.16.0
2026-08-21T12:54:01.8850886Z    Compiling tagptr v0.2.0
2026-08-21T12:54:01.9935204Z    Compiling thiserror v1.0.69
2026-08-21T12:54:02.0218329Z    Compiling regex-automata v0.4.14
2026-08-21T12:54:02.0786415Z    Compiling xml-rs v0.8.28
2026-08-21T12:54:02.1117607Z    Compiling linux-raw-sys v0.12.1
2026-08-21T12:54:02.2200536Z    Compiling ref-cast v1.0.25
2026-08-21T12:54:02.2731164Z    Compiling identity-hash v0.1.0
2026-08-21T12:54:02.3557942Z    Compiling foldhash v0.2.0
2026-08-21T12:54:02.4769617Z    Compiling proc-macro-crate v3.5.0
2026-08-21T12:54:02.5231233Z    Compiling rustc-hash v2.1.2
2026-08-21T12:54:02.5330879Z    Compiling lru-slab v0.1.2
2026-08-21T12:54:02.6321424Z    Compiling sorted-index-buffer v0.2.1
2026-08-21T12:54:02.6441765Z    Compiling mac-addr v0.3.0
2026-08-21T12:54:02.8121788Z    Compiling hashbrown v0.16.1
2026-08-21T12:54:02.8860899Z    Compiling xmltree v0.10.3
2026-08-21T12:54:02.9939561Z    Compiling serde_derive_internals v0.29.1
2026-08-21T12:54:03.0570421Z    Compiling netlink-packet-route v0.30.0
2026-08-21T12:54:03.1219473Z    Compiling errno v0.3.14
2026-08-21T12:54:03.2664123Z    Compiling termios v0.2.2
2026-08-21T12:54:03.3690224Z    Compiling serde_derive v1.0.228
2026-08-21T12:54:03.4019107Z    Compiling zeroize_derive v1.4.3
2026-08-21T12:54:03.4716974Z    Compiling tokio-macros v2.7.0
2026-08-21T12:54:03.5723978Z    Compiling zerofrom-derive v0.1.7
2026-08-21T12:54:03.6870710Z    Compiling futures-macro v0.3.32
2026-08-21T12:54:03.7347410Z    Compiling yoke-derive v0.8.2
2026-08-21T12:54:03.7509739Z    Compiling zerovec-derive v0.11.3
2026-08-21T12:54:03.9475975Z    Compiling zeroize v1.8.2
2026-08-21T12:54:04.0066722Z    Compiling displaydoc v0.2.6
2026-08-21T12:54:04.1110932Z    Compiling tracing-attributes v0.1.31
2026-08-21T12:54:04.2008278Z    Compiling tokio v1.52.3
2026-08-21T12:54:04.5267050Z    Compiling futures-util v0.3.32
2026-08-21T12:54:04.6676926Z    Compiling rustls-pki-types v1.14.1
2026-08-21T12:54:04.7391655Z    Compiling thiserror-impl v2.0.18
2026-08-21T12:54:04.7639206Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-21T12:54:04.9155934Z    Compiling zerofrom v0.1.8
2026-08-21T12:54:05.0388275Z    Compiling yoke v0.8.3
2026-08-21T12:54:05.2010747Z    Compiling darling_macro v0.20.11
2026-08-21T12:54:05.2712794Z    Compiling zerovec v0.11.6
2026-08-21T12:54:05.3744003Z    Compiling zerotrie v0.2.4
2026-08-21T12:54:05.4183089Z    Compiling derive_more-impl v2.1.1
2026-08-21T12:54:05.5147884Z    Compiling darling v0.20.11
2026-08-21T12:54:05.5803957Z    Compiling derive_builder_core v0.20.2
2026-08-21T12:54:05.7425663Z    Compiling spez v0.1.2
2026-08-21T12:54:05.7530719Z    Compiling n0-error-macros v0.1.3
2026-08-21T12:54:06.0601331Z    Compiling tinystr v0.8.3
2026-08-21T12:54:06.0690792Z    Compiling potential_utf v0.1.5
2026-08-21T12:54:06.2097251Z    Compiling icu_collections v2.2.0
2026-08-21T12:54:06.2524686Z    Compiling icu_locale_core v2.2.0
2026-08-21T12:54:06.4960970Z    Compiling der v0.8.0-rc.10
2026-08-21T12:54:06.7582416Z    Compiling derive_builder_macro v0.20.2
2026-08-21T12:54:06.7690359Z    Compiling n0-error v0.1.3
2026-08-21T12:54:06.9054949Z    Compiling pin-project-internal v1.1.13
2026-08-21T12:54:07.0470745Z    Compiling derive_builder v0.20.2
2026-08-21T12:54:07.4515372Z    Compiling icu_provider v2.2.0
2026-08-21T12:54:07.4701746Z    Compiling ed25519-dalek v2.2.0
2026-08-21T12:54:07.7940501Z    Compiling icu_properties v2.2.0
2026-08-21T12:54:07.8340895Z    Compiling icu_normalizer v2.2.0
2026-08-21T12:54:07.8637747Z    Compiling spt-proto v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-21T12:54:07.9100806Z    Compiling cobs v0.3.0
2026-08-21T12:54:07.9409189Z    Compiling regex v1.12.3
2026-08-21T12:54:08.1150574Z    Compiling spki v0.8.0-rc.4
2026-08-21T12:54:08.1310879Z    Compiling pin-project v1.1.13
2026-08-21T12:54:08.2160745Z    Compiling futures-executor v0.3.32
2026-08-21T12:54:08.2655633Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-21T12:54:08.3030581Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-21T12:54:08.4443058Z    Compiling ipnet v2.12.0
2026-08-21T12:54:08.4538793Z    Compiling ed25519 v3.0.0-rc.4
2026-08-21T12:54:08.5637187Z    Compiling futures v0.3.32
2026-08-21T12:54:08.6689330Z    Compiling postcard-derive v0.2.2
2026-08-21T12:54:08.6999090Z    Compiling data-encoding-macro v0.1.20
2026-08-21T12:54:08.7491610Z    Compiling rustls-native-certs v0.8.4
2026-08-21T12:54:08.8830821Z    Compiling prefix-trie v0.8.4
2026-08-21T12:54:09.1875016Z    Compiling once_cell v1.21.4
2026-08-21T12:54:09.2189810Z    Compiling enum-assoc v1.3.0
2026-08-21T12:54:09.2265204Z    Compiling num_enum_derive v0.7.6
2026-08-21T12:54:09.2590747Z    Compiling iroh-metrics-derive v0.4.1
2026-08-21T12:54:09.3520603Z    Compiling strum_macros v0.28.0
2026-08-21T12:54:09.4121076Z    Compiling tracing-core v0.1.36
2026-08-21T12:54:09.4181208Z    Compiling idna_adapter v1.2.2
2026-08-21T12:54:09.5331142Z    Compiling idna v1.1.0
2026-08-21T12:54:09.7060595Z    Compiling hashbrown v0.14.5
2026-08-21T12:54:09.7213019Z    Compiling postcard v1.1.3
2026-08-21T12:54:09.7489316Z    Compiling derive_more v2.1.1
2026-08-21T12:54:09.7800167Z    Compiling async-trait v0.1.89
2026-08-21T12:54:09.9100854Z    Compiling tokio-util v0.7.18
2026-08-21T12:54:09.9290772Z    Compiling netlink-sys v0.8.8
2026-08-21T12:54:09.9745783Z    Compiling tracing v0.1.44
2026-08-21T12:54:10.1530735Z    Compiling url v2.5.8
2026-08-21T12:54:10.3010252Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-21T12:54:10.3013184Z    Compiling tower v0.5.3
2026-08-21T12:54:10.3201409Z    Compiling num_enum v0.7.6
2026-08-21T12:54:10.4079175Z    Compiling iroh-metrics v0.38.3
2026-08-21T12:54:10.5431905Z    Compiling hashlink v0.9.1
2026-08-21T12:54:10.6730679Z    Compiling netdev v0.42.0
2026-08-21T12:54:10.7227054Z    Compiling netlink-proto v0.12.0
2026-08-21T12:54:10.7332107Z    Compiling iroh-relay v0.98.0
2026-08-21T12:54:10.7818313Z    Compiling moka v0.12.15
2026-08-21T12:54:10.8062389Z    Compiling toml_datetime v0.6.11
2026-08-21T12:54:10.9559144Z    Compiling h2 v0.4.14
2026-08-21T12:54:11.0499504Z    Compiling tokio-stream v0.1.18
2026-08-21T12:54:11.0739272Z    Compiling serde_spanned v0.6.9
2026-08-21T12:54:11.1162922Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-21T12:54:11.1379653Z    Compiling n0-watcher v0.6.1
2026-08-21T12:54:11.2068498Z    Compiling iroh-base v0.98.0
2026-08-21T12:54:11.2234969Z    Compiling tower-http v0.6.11
2026-08-21T12:54:11.3635787Z    Compiling rusqlite v0.32.1
2026-08-21T12:54:11.3811655Z    Compiling attohttpc v0.30.1
2026-08-21T12:54:11.6016070Z    Compiling thiserror-impl v1.0.69
2026-08-21T12:54:11.6288117Z    Compiling ref-cast-impl v1.0.25
2026-08-21T12:54:11.6431136Z    Compiling serial-core v0.4.0
2026-08-21T12:54:11.6573800Z    Compiling ioctl-rs v0.1.6
2026-08-21T12:54:11.7390819Z    Compiling simple-dns v0.9.3
2026-08-21T12:54:11.7510665Z    Compiling arrayref v0.3.9
2026-08-21T12:54:11.8059112Z    Compiling constant_time_eq v0.4.2
2026-08-21T12:54:11.8214468Z    Compiling sha1_smol v1.0.1
2026-08-21T12:54:11.9930773Z    Compiling resolv-conf v0.7.6
2026-08-21T12:54:11.9931511Z    Compiling winnow v0.7.15
2026-08-21T12:54:12.0059702Z    Compiling strum v0.28.0
2026-08-21T12:54:12.0381610Z    Compiling simdutf8 v0.1.5
2026-08-21T12:54:12.1289834Z    Compiling smol_str v0.1.24
2026-08-21T12:54:12.1437157Z    Compiling toml_write v0.1.2
2026-08-21T12:54:12.1462399Z    Compiling signal-hook v0.3.18
2026-08-21T12:54:12.3702807Z    Compiling serial-unix v0.4.0
2026-08-21T12:54:12.4286791Z    Compiling webpki-roots v1.0.7
2026-08-21T12:54:12.5011431Z    Compiling schemars_derive v1.2.1
2026-08-21T12:54:12.5353149Z    Compiling lru v0.16.4
2026-08-21T12:54:12.5916947Z    Compiling signal-hook-registry v1.4.8
2026-08-21T12:54:12.9670932Z    Compiling darling_core v0.23.0
2026-08-21T12:54:12.9910825Z    Compiling serde_bytes v0.11.19
2026-08-21T12:54:13.0861196Z    Compiling iroh-dns v0.98.0
2026-08-21T12:54:13.0901353Z    Compiling seize v0.5.1
2026-08-21T12:54:13.1679826Z    Compiling hmac v0.12.1
2026-08-21T12:54:13.2061033Z    Compiling iroh v0.98.2
2026-08-21T12:54:13.2725920Z    Compiling bitflags v1.3.2
2026-08-21T12:54:13.2911292Z    Compiling pin-utils v0.1.0
2026-08-21T12:54:13.3267160Z    Compiling dyn-clone v1.0.20
2026-08-21T12:54:13.3421922Z    Compiling rustix v0.38.44
2026-08-21T12:54:13.4330753Z    Compiling cmov v0.5.4
2026-08-21T12:54:13.4527048Z    Compiling papaya v0.2.4
2026-08-21T12:54:13.4615256Z    Compiling nix v0.25.1
2026-08-21T12:54:13.5470831Z    Compiling hkdf v0.12.4
2026-08-21T12:54:13.6181279Z    Compiling filedescriptor v0.8.3
2026-08-21T12:54:13.6742528Z    Compiling ctutils v0.4.2
2026-08-21T12:54:13.7109359Z    Compiling serial v0.4.0
2026-08-21T12:54:13.7532236Z    Compiling backon v1.6.0
2026-08-21T12:54:13.7691215Z    Compiling anstyle-parse v1.0.0
2026-08-21T12:54:13.8450688Z    Compiling vte_generate_state_changes v0.1.2
2026-08-21T12:54:13.9241853Z    Compiling anstyle-query v1.1.5
2026-08-21T12:54:13.9562136Z    Compiling unicode-width v0.2.0
2026-08-21T12:54:14.0189557Z    Compiling anstyle v1.0.14
2026-08-21T12:54:14.0349544Z    Compiling instability v0.3.12
2026-08-21T12:54:14.0741481Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-21T12:54:14.1111209Z    Compiling foldhash v0.1.5
2026-08-21T12:54:14.1401543Z    Compiling is_terminal_polyfill v1.70.2
2026-08-21T12:54:14.2121678Z    Compiling downcast-rs v1.2.1
2026-08-21T12:54:14.2370776Z    Compiling colorchoice v1.0.5
2026-08-21T12:54:14.2700957Z    Compiling linux-raw-sys v0.4.15
2026-08-21T12:54:14.2910934Z    Compiling toml_edit v0.22.27
2026-08-21T12:54:14.2982012Z    Compiling shell-words v1.1.1
2026-08-21T12:54:14.3210744Z    Compiling anstream v1.0.0
2026-08-21T12:54:14.3658252Z    Compiling hashbrown v0.15.5
2026-08-21T12:54:14.4550189Z    Compiling vte v0.13.1
2026-08-21T12:54:14.4925694Z    Compiling signal-hook-mio v0.2.5
2026-08-21T12:54:14.5293311Z    Compiling spake2 v0.4.0
2026-08-21T12:54:14.5325327Z    Compiling schemars v1.2.1
2026-08-21T12:54:14.5878613Z    Compiling terminal_size v0.4.4
2026-08-21T12:54:14.7020916Z    Compiling strum_macros v0.26.4
2026-08-21T12:54:14.7071452Z    Compiling sha1 v0.10.6
2026-08-21T12:54:14.9041469Z    Compiling itertools v0.13.0
2026-08-21T12:54:14.9381510Z    Compiling castaway v0.2.4
2026-08-21T12:54:15.0256191Z    Compiling indoc v2.0.7
2026-08-21T12:54:15.1795464Z    Compiling doctest-file v1.1.1
2026-08-21T12:54:15.4352436Z    Compiling unicode-width v0.1.14
2026-08-21T12:54:15.5007772Z    Compiling static_assertions v1.1.0
2026-08-21T12:54:15.5780657Z    Compiling clap_lex v1.1.0
2026-08-21T12:54:15.5850712Z    Compiling interprocess v2.4.2
2026-08-21T12:54:15.7160750Z    Compiling crossterm v0.28.1
2026-08-21T12:54:15.7890827Z    Compiling clap_builder v4.6.0
2026-08-21T12:54:15.8278594Z    Compiling compact_str v0.8.2
2026-08-21T12:54:16.4728082Z    Compiling hyper v1.10.1
2026-08-21T12:54:16.5284750Z    Compiling darling_macro v0.23.0
2026-08-21T12:54:16.6992218Z    Compiling lru v0.12.5
2026-08-21T12:54:16.7281190Z    Compiling unicode-truncate v1.1.0
2026-08-21T12:54:16.8492036Z    Compiling toml v0.8.23
2026-08-21T12:54:16.8611192Z    Compiling darling v0.23.0
2026-08-21T12:54:16.8814120Z    Compiling clap_derive v4.6.1
2026-08-21T12:54:16.8887623Z    Compiling cassowary v0.3.0
2026-08-21T12:54:16.9759583Z    Compiling iana-time-zone v0.1.65
2026-08-21T12:54:17.0297310Z    Compiling strum v0.26.3
2026-08-21T12:54:17.1353373Z    Compiling chrono v0.4.45
2026-08-21T12:54:17.2324798Z    Compiling nucleo-matcher v0.3.1
2026-08-21T12:54:17.3241275Z    Compiling qrcode v0.14.1
2026-08-21T12:54:17.3546815Z    Compiling tempfile v3.27.0
2026-08-21T12:54:17.4855209Z    Compiling portable-pty v0.8.1
2026-08-21T12:54:17.7459544Z    Compiling ratatui v0.29.0
2026-08-21T12:54:17.8513222Z    Compiling spt-test-support v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-21T12:54:18.4191836Z    Compiling hyper-util v0.1.20
2026-08-21T12:54:18.8983994Z    Compiling clap v4.6.1
2026-08-21T12:54:19.5876616Z    Compiling spt-msg v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-21T12:54:19.9227059Z    Compiling spt-runtime v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-21T12:54:19.9228690Z    Compiling spt-term v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-21T12:54:20.2486329Z    Compiling igd-next v0.17.1
2026-08-21T12:54:21.3180780Z    Compiling portmapper v0.16.0
2026-08-21T12:54:23.1023920Z    Compiling spt-live v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-21T12:54:25.8264486Z    Compiling rustls-webpki v0.103.13
2026-08-21T12:54:28.1004364Z    Compiling tokio-rustls v0.26.4
2026-08-21T12:54:28.1004831Z    Compiling rustls-platform-verifier v0.7.0
2026-08-21T12:54:28.1005160Z    Compiling noq-proto v0.17.0
2026-08-21T12:54:28.2348370Z    Compiling hickory-net v0.26.0-beta.4
2026-08-21T12:54:28.2349079Z    Compiling hyper-rustls v0.27.9
2026-08-21T12:54:28.2349445Z    Compiling tokio-websockets v0.13.2
2026-08-21T12:54:28.3782484Z    Compiling reqwest v0.13.4
2026-08-21T12:54:29.2816144Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-21T12:54:42.2920315Z    Compiling spt-net v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-21T12:54:43.9777434Z    Compiling spt-daemon v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-21T12:54:54.4340702Z    Compiling spt v0.59.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-21T12:55:00.8934440Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-08-21T12:55:00.9152786Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-33d4a411b6bee037)
2026-08-21T12:55:00.9166589Z 
2026-08-21T12:55:00.9166708Z running 1 test
2026-08-21T12:55:07.5664042Z test new_brain_serves_against_old_broker ... ok
2026-08-21T12:55:07.5664342Z 
2026-08-21T12:55:07.5664619Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.65s
2026-08-21T12:55:07.5664977Z 
